Click or drag to resize

SipClientSendMessage Method (String, String, String, String)

Sends instant message with the specified content type.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse SendMessage(
	string from,
	string to,
	string message,
	string contentType
)

Parameters

from
Type: SystemString
A string contains address of the sender of the message.
to
Type: SystemString
A string contains address of the recipient.
message
Type: SystemString
A string contains message to send.
contentType
Type: SystemString
Content type of the body.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also